home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / basic / ace24dist.lha / ace24.lha / include / funcs / rexxsyslib_funcs.h < prev    next >
C/C++ Source or Header  |  1996-09-10  |  1KB  |  34 lines

  1. #ifndef  FUNCS_REXXSYSLIB_FUNCS_H
  2. #define  FUNCS_REXXSYSLIB_FUNCS_H
  3.  
  4. /*
  5. **
  6. ** Function declarations for ACE Basic
  7. **
  8. ** Note: Translated to ACE by Nils Sjoholm
  9. **
  10. ** Date: 11-Oct-95 TO 14-Oct-95
  11. **
  12. */              
  13.  
  14. /*--- functions in V33 OR higher (Release 1.2) ---*/
  15. #ifndef  EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif
  18.  
  19. DECLARE FUNCTION ADDRESS CreateArgstring( ADDRESS _STRING, LONGINT length ) LIBRARY rexxsyslib
  20. DECLARE FUNCTION DeleteArgstring( ADDRESS argstring ) LIBRARY rexxsyslib
  21. DECLARE FUNCTION LONGINT LengthArgstring( ADDRESS argstring ) LIBRARY rexxsyslib
  22. DECLARE FUNCTION STRUCTPTR CreateRexxMsg( STRUCTPTR port, ADDRESS extension, \
  23.                                           ADDRESS host ) LIBRARY rexxsyslib
  24. DECLARE FUNCTION DeleteRexxMsg( STRUCTPTR packet ) LIBRARY rexxsyslib
  25. DECLARE FUNCTION ClearRexxMsg( STRUCTPTR msgptr, LONGINT count ) LIBRARY rexxsyslib
  26. DECLARE FUNCTION BOOL FillRexxMsg( STRUCTPTR msgptr, LONGINT count, LONGINT mask ) LIBRARY rexxsyslib
  27. DECLARE FUNCTION BOOL IsRexxMsg( STRUCTPTR msgptr ) LIBRARY rexxsyslib
  28.  
  29.  
  30. DECLARE FUNCTION LockRexxBase( LONGINT resource ) LIBRARY rexxsyslib
  31. DECLARE FUNCTION UnlockRexxBase( LONGINT resource ) LIBRARY rexxsyslib
  32.  
  33. #endif   /* FUNCS_REXXSYSLIB_FUNCS_H */
  34.